From 4e5213429d2673867b91f06e1644273b64c1f270 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Wed, 2 Nov 2016 22:09:23 +0000 Subject: [PATCH] no_dbus_dependency Gbp-Pq: Name no_dbus_dependency.diff --- tests/auto/auto.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c40e3d114..c37ecc50c 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -34,10 +34,6 @@ cross_compile: SUBDIRS -= tools cmake installed_cma # Disable the QtDBus tests if we can't connect to the session bus !cross_compile:qtHaveModule(dbus) { !system("dbus-send --session --type=signal / local.AutotestCheck.Hello >/dev/null 2>&1") { - contains(QT_CONFIG, dbus-linked): \ - error("QtDBus is enabled but session bus is not available. Please check the installation.") - else: \ - warning("QtDBus is enabled with runtime support, but session bus is not available. Skipping QtDBus tests.") SUBDIRS -= dbus } } -- 2.30.2